gtk-demo: Change an accel
authorMatthias Clasen <mclasen@redhat.com>
Sat, 29 Aug 2015 16:48:21 +0000 (12:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 29 Aug 2015 22:09:58 +0000 (18:09 -0400)
The application demo had a "Blue" and a "Bold" menuitem both with
the Ctrl-B accel. This is confusing, since only one of them works.
Change the accelerator for bold to Ctrl-Shift-B, so they both work.

demos/gtk-demo/menus.ui

index 0bbe11a8d96e3ac33d83806fa6b01fb35d18a571..a0aecfa1e65fbff7c22b893faa279a15d1fab6e1 100644 (file)
@@ -91,7 +91,7 @@
         <item>
           <attribute name="label" translatable="yes">_Bold</attribute>
           <attribute name="action">win.bold</attribute>
-          <attribute name="accel">&lt;Primary&gt;b</attribute>
+          <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;b</attribute>
         </item>
       </section>
     </submenu>